Connection Constructor (String, Int32) |
Initializes a new instance of the Connection class.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Connection(
string address,
int timeToLive
)
Public Sub New (
address As String,
timeToLive As Integer
)
Parameters
- address
- Type: SystemString
The connection address. - timeToLive
- Type: SystemInt32
The time to live value.
See Also